* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    /*	overflow: hidden;*/
}

li {
    list-style: none;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}
/*a:hover{
	color: red;
}*/
.container {
    width: 100%;
    background: url(../images/bodybg.jpg) no-repeat;
    background-size: 100%;
}

.seawidth, .wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.welcome {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.4);
    color: white;
    padding-left: 370px;
    box-sizing: border-box;
}

.tea-search-box {
    width: 100%;
    height: 40px;
}

.tea-search {
    width: 450px;
    height: 30px;
    border: 1px solid #DDDDDD;
    background: white;
    margin-left: 37%;
}

.ser-txt {
    width: 290px;
    height: 30px;
    border: none;
    outline: none;
    padding-left: 10px;
}

.search {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #7ab658;
    text-align: center;
    color: white;
}

.ser-icon {
    margin-top: 6px;
    margin-left: 6px;
    height: 15px;
    width: 15px;
}

.titleul {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

    .titleul li {
        float: left;
        width: 200px;
        text-align: left;
        padding-left: 24px;
        box-sizing: border-box;
    }

        .titleul li a {
            cursor: pointer;
        }

.teashow {
    width: 100%;
    height: 365px;
}

.seamore {
    width: 500px;
    border-right: 1px solid #DDDDDD;
}

    .seamore a, .seamore img {
        float: left;
    }

    .seamore > img {
        margin-left: 35px;
    }

.tea-two {
    width: 698px;
    background-image: url(../images/20230627_tea05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 365px;
}

    .tea-two span {
        display: block;
        width: 30px;
        height: 140px;
        font-size: 22px;
        background-image: url(../images/leaf.png);
        background-repeat: no-repeat;
        background-size: 30px 140px;
        margin-left: 8.4%;
    }

.teatwo {
    display: block;
    width: 30%;
    height: 147px;
    margin: 0 auto;
    text-align: center;
}

.tea-photo-two {
    margin-left: -200px;
    margin-top: -120px;
}

.teatitleone {
    margin-top: 30px;
}

.teatitle {
    margin-top: 140px;
}

.sj-box {
    width: 100%;
    height: 395px;
    position: relative;
    margin-bottom: 60px;
}

    .sj-box .banner-ul {
        width: 1050px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        /*display: flex;
	justify-content: space-between;*/
    }

.banner-ul ul {
    width: 100000px;
    font-size: 0;
    height: 100%;
}

.sj-box .banner-ul li {
    width: 195px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    padding-top: 30px;
}

.shallow {
    background: url(../images/teabox.png) no-repeat;
}

    .shallow:hover {
        background: url(../images/teaboxtwo.png) no-repeat;
    }

.ml-box {
    /*width:120px;*/
    height: 110px;
    /*margin:24px auto;*/
    display: block;
    /*background:url(../image/circle.png) no-repeat;*/
    /*background-size:100%;*/
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}

.shallow:hover .ml-box.active {
    display: block;
}

.shallow:hover .ml-box.mr {
    display: none;
}

.ml-box.active {
    display: none;
}

.mltea {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.one {
    margin: 0 auto;
    height: 100%;
    writing-mode: vertical-rl; /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-rl; /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    line-height: 16px;
    color: #777777;
}

.text-rl {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    /*margin-top:30px;*/
}

li.shallow .text-rl > div.bigFont {
    font-size: 20px;
    color: #333333;
    margin-left: 5px;
}

.ml-box .text-rl {
    font-size: 0;
}

li.shallow .text-rl > div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
}

.leftsj, .rightsj {
    display: block;
    height: 57px;
    position: absolute;
    top: 190px;
    cursor: pointer;
    display: none;
}

.leftsj {
    left: 0px;
}

.rightsj {
    right: 0px;
}

.hand-tea-box {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

    .hand-tea-box img {
        width: 100%;
    }

.good-news {
    width: 1180px;
    height: 216px;
    display: flex;
    justify-content: space-between;
    margin-top: -150px;
}

    .good-news div {
        width: 380px;
        height: 216px;
        z-index: 2;
    }

.news-first {
    padding: 35px 35px 50px 68px;
    box-sizing: border-box;
    background: white;
    position: relative;
}

    .news-first > div {
        position: absolute;
        right: 75px;
        top: 0;
        background: rgba(255,255,255,0.3);
        width: 60px;
        height: 120px;
        padding-top: 10px;
    }

    .news-first span {
        display: inline-block;
        height: 100px;
        color: #ffffff;
    }

.borders {
    border-right: 1px solid #DDDDDD;
}

.news-secon {
    background: white;
}

    .news-secon ul {
        padding: 35px 0 0 38px;
    }

        .news-secon ul li {
            list-style: disc;
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid #DDDDDD;
        }

.news-last {
    background: url(../images/20220725-03.jpg) no-repeat;
}

.news-first {
    background: url(../images/pic3.jpg) no-repeat;
}

.news-cel {
    width: 100%;
    height: 90px;
    background: rgba(0,0,0,.4);
    text-align: center;
    line-height: 90px;
    margin: 55px auto;
    color: white;
}

.audio-box {
    width: 100%;
    height: 440px;
    margin-top: 20px;
}

    .audio-box span {
        display: block;
    }

.audios {
    width: 780px;
    height: 440px;
    /*background:url(../image/scenery.png) no-repeat;*/
    position: relative;
    overflow: hidden;
}

    .audios ul {
        width: 2000px;
    }

    .audios li {
        height: 442px;
        float: left;
        width: 780px;
    }

.video-paging {
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 42px;
    line-height: 42px;
    font-size: 0;
    right: 20px;
}

    .video-paging span {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        background: rgba(255,255,255,0.3);
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
    }

        .video-paging span.active {
            background: rgba(255,255,255,0.8);
        }

.audios li video {
    width: 100%;
    height: 400px;
}

.audio-sib {
    margin-left: 20px;
    width: 380px;
    height: 442px;
    background: url(../images/20230627_tea.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 77px 0 0 250px;
    /*text-align:right;*/
    box-sizing: border-box;
}

.au-shadow {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    overflow: hidden;
    border: 1px solid white;
}

.au-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid white;
    background: rgba(174,181,182,.4);
    margin: 150px auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    cursor: pointer;
}

    .au-circle img {
        display: block;
        width: 35px;
        margin: 40px auto;
    }

.audio-sib span {
    display: inline-block;
}

.more {
    height: 147px;
    width: 440px;
    margin: 0 auto;
    background: url(../images/mores.png) no-repeat;
    background-size: 440px 150px;
    background-position-x: -5px;
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 130px;
}

.footer {
    width: 100%;
    height: 200px;
    background: #333333;
    z-index: 2;
    margin-top: -160px;
    position: relative;
}

    .footer.mt0 {
        margin-top: 0;
    }

.grey {
    width: 1200px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #999999;
}

.link {
    z-index: -1;
    width: 432px;
    height: 400px;
    background: url(../images/link.png) no-repeat;
    display: block;
    line-height: 130px;
}

.foot-width {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.footer ul {
    width: 600px;
    height: 100px;
    color: white;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

    .footer ul li {
        float: left;
        width: 96px;
        text-align: center;
        height: 100%;
        line-height: 130px;
    }

.teapot {
    margin-bottom: 90px;
}

.banner-box {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-li {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: url(../images/20230627_banner.jpg) no-repeat center;
    margin: 0 auto;
    background-size: cover;
}

.box {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9;
    /*left:50%;
	width:1200px;
	transform: translateX(-50%);*/
}

.green {
    color: #3c7d1b;
}

.white-circle {
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    font-size: 0;
}

    .white-circle li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: rgba(0,0,0,.4);
    }

.audio-box .audios .showteas {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    color: white;
    padding-left: 22px;
    box-sizing: border-box;
}

.audio-box .audios .showteas-circle {
    width: 90px;
    height: 20px;
    position: absolute;
    bottom: 60px;
    right: 0;
    /*padding-right:30px;
	box-sizing: border-box;*/
}

    .audio-box .audios .showteas-circle li {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: rgba(255,255,255,1);
        float: left;
    }

    .audio-box .audios .showteas-circle .cir-son {
        background: rgba(255,255,255,.4);
        margin-left: 20px;
    }

.news-secon ul li:hover {
    color: green;
}

.swiper-pagination {
    left: 0;
    bottom: 30px;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(102,102,102);
    opacity: 0.3;
    margin: 0 10px;
}

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }

.audios .swiper-container {
    height: 100%;
}

.audios .swiper-pagination {
    text-align: right;
    bottom: 50px;
    left: inherit;
    right: 20px;
}

    .audios .swiper-pagination span {
        display: inline-block;
        vertical-align: middle;
    }

.audios .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: rgba(255,255,255);
}

.swiper-pagination-bullet-active {
    background: rgba(255,255,255,1);
}

.swiper-pagination-bullet {
    background: #ffffff
}
/*关于我们*/
.head {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    color: #ffffff;
}

.icon-wz {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    background: url(../images/icon-wz.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 21px;
    height: 21px;
    margin-right: 15px;
}

.nav {
    padding: 30px 0 10px;
    background: url(../images/nav-bg.jpg) repeat-y;
    background-size: 100% auto;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
}

.main {
    padding-top: 1px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    height: 350px;
    background: url(../images/about-kv.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

    .main h2 {
        font-size: 36px;
        margin: 130px 0 10px;
    }

.cont-box {
    height: auto;
    min-height: 740px;
    background: url(../images/nav-bg.jpg) repeat-y;
    background-size: 100% auto;
    position: relative;
}

    .cont-box:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: url(../images/y-bg.png) no-repeat left -510px;
        background-size: 100% auto;
        z-index: 1;
    }

    .cont-box .wrapper {
        z-index: 9;
    }

.left-menu {
    width: 210px;
    float: left;
    font-size: 18px;
}

    .left-menu h1 {
        font-weight: 600;
        color: #5c9546;
        border-bottom: 1px solid #5c9546;
        line-height: 30px;
        margin-top: 17px;
    }

    .left-menu ul {
        border: 1px solid #e4e4e4;
        margin-top: 20px;
        background: #ffffff;
        border-bottom: none;
        color: #333333;
    }

    .left-menu li {
        position: relative;
        cursor: pointer;
        border-left: 5px solid transparent;
        height: 55px;
        line-height: 55px;
        padding-left: 20px;
        border-bottom: 1px solid #e4e4e4;
    }

        .left-menu li.active {
            color: #5c9546;
            border-left: 5px solid #5c9546;
        }

        .left-menu li:hover {
            color: #5c9546;
        }

        .left-menu li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 18px;
            color: #333333;
        }

        .left-menu li.active a {
            color: #5c9546;
        }

        .left-menu li:hover a {
            color: #5c9546;
        }

        .left-menu li i {
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 8px;
            height: 14px;
            background: url(../images/icon-arrow.png) no-repeat 0 0;
            background-size: 100% auto;
        }

        .left-menu li.active i, .left-menu li:hover i {
            background: url(../images/icon-arrow-active.png) no-repeat 0 0;
            background-size: 100% auto;
        }

.info {
    font-size: 14px;
    color: #666666;
    float: left;
    position: relative;
    width: 945px;
    background: #ffffff;
    min-height: 300px;
    margin-left: 20px;
    border: 1px solid #e4e4e4;
    margin-top: 45px;
}

    .info .zs {
        width: 100%;
        margin-top: 30px;
    }

    .info h1 {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 30px;
    }

    .info h6 {
        font-weight: 500;
    }

    .info p {
        text-indent: 2em;
        line-height: 25px;
    }

    .info .cont {
        padding: 0 30px 140px;
    }

    .info .bottom-logo {
        position: absolute;
        bottom: -25px;
        right: -40px;
        width: 235px;
        height: 159px;
        display: block;
        background: url(../images/right-b.png) no-repeat 0 0;
        background-size: 100% auto;
    }

    .info:after {
        content: "";
        position: absolute;
        right: -40px;
        top: 230px;
        width: 72px;
        height: 91px;
        background: url(../images/yz.png) no-repeat 0 0;
        background-size: 100% auto;
    }
/*新闻资讯*/
.news li {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #cccccc
}

    .news li p {
        line-height: 55px;
        text-indent: 0;
    }

        .news li p span {
            float: right;
        }

        .news li p a {
            color: #333333;
            cursor: pointer;
        }

    .news li.red {
        color: #ff0000;
    }

    .news li p:hover {
        color: #ff0000;
    }

    .news li a:hover {
        color: #ff0000;
    }

.info.news .cont {
    padding-bottom: 40px;
}

.info .cont img {
    max-width: 900px;
}

.info.news {
    margin-bottom: 40px;
}

a {
    text-decoration: none; /*1*/
    cursor: pointer;
}

    a:active {
        outline: none; /*2*/
        text-decoration: none;
    }

    a:visited {
        outline: none;
        text-decoration: none;
        color: #333333;
    }

    a:hover {
        outline: none;
        text-decoration: none; /*1*/
        color: green;
    }
    

/*video-css*/
.video-attr {
    width: 100% !important;
}

    .video-attr .vjs-big-play-button {
        width: 77px !important;
        height: 77px !important;
        top: 50% !important;
        left: 50% !important;
        border: none !important;
        border-radius: 0 !important;
        transform: translate(-50%,-50%);
    }

        .video-attr .vjs-big-play-button .vjs-icon-placeholder::before {
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%,-50%);
            font-size: 50px !important;
            width: auto !important;
            height: auto !important;
        }

.video-js button {
    outline: none;
}

.video-js.video-attr .vjs-control-bar {
    height: 50px;
}

.vjs-remaining-time-display {
    height: 100% !important;
    line-height: 50px !important;
}

.vjs-button > .vjs-icon-placeholder:before {
    line-height: 50px !important;
}

.vjs-volume-bar.vjs-slider-horizontal {
    height: 10px !important
}

.video-js .vjs-slider {
    background-color: transparent !important;
}

.foot-width ul li a {
    color: white;
}

    .foot-width ul li a:hover {
        color: green;
    }

.news-secon ul li a {
    color: #333333;
}

    .news-secon ul li a:hover {
        color: green;
    }

.titleul li a {
    color: #333333;
}

.titleul li.green a {
    color: green;
}


    .titleul li a a:hover {
        color: green;
    }


.green a {
    color: #3c7d1b;
}